home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / sound.exe / INSTAL2.INF < prev    next >
INI File  |  1992-04-30  |  1KB  |  46 lines

  1.  
  2. ;
  3. ; The FileList section contains the list of files to be copied and a 
  4. ; string that tells WINSTALL where to put them.  The following destination
  5. ; strings are currently supported. Currently, WINSTALL can copy up to 100
  6. ; files.
  7. ;
  8. ;   User    - copy the file to the installation directory specified
  9. ;             by the user in WINSTALL's destination field
  10. ;
  11. ;   Windows - copy the file to the windows directory
  12. ;
  13. ;   System  - copy the file to the \WINDOWS\SYSTEM directory
  14. ;
  15. ; For the LANtastic for Windows product, all files should be copied to the
  16. ; User directory.
  17. ;
  18. [FileList]
  19. ASR.EXE = USER
  20. ASR.HLP = USER
  21. ASBCVT.DLL  = SYSTEM
  22. SASBID.DLL  = SYSTEM
  23. VASBID.386  = SYSTEM
  24. SNDBRD.DRV  = SYSTEM
  25.  
  26. ;
  27. ; The GROUP section contains the names of files that will be added
  28. ; to the Sounding Board program manager group. It also specifies the name 
  29. ; strings  that will be set up for each program. Currently, WINSTALL 
  30. ; can add up to 100 files to the LANtastic group.
  31. ;
  32. [GROUP]
  33. ASR.EXE = ArtiSound Recorder
  34.  
  35. ;
  36. ; The System section contains information about the hardware required to
  37. ; install the product.  Currently the only required information is
  38. ; MinDiskSpace, specified in bytes.
  39. ;
  40. [System]
  41. MinDiskSpace = 220000
  42.  
  43. [WAVE]
  44. DRIVER=SNDBRD.DRV
  45. 386=vasbid.386
  46.